const runtime._STT_FUNC

2 uses

	runtime (current package)
		vdso_linux.go#L42: 	_STT_FUNC = 2 /* Symbol is a code object */
		vdso_linux.go#L217: 		if typ != _STT_FUNC && typ != _STT_NOTYPE || bind != _STB_GLOBAL && bind != _STB_WEAK || sym.st_shndx == _SHN_UNDEF {